NeighborInfoConfigOrBuilder

interface NeighborInfoConfigOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getEnabled(): Boolean

Whether the Module is enabled
bool enabled = 1;
Link copied to clipboard

Whether in addition to sending it to MQTT and the PhoneAPI, our NeighborInfo should be transmitted over LoRa.
Note that this is not available on a channel with default key and name.
bool transmit_over_lora = 3;
Link copied to clipboard
abstract fun getUpdateInterval(): Int

Interval in seconds of how often we should try to send our
Neighbor Info (minimum is 14400, i.e., 4 hours)
uint32 update_interval = 2;